Use PEGetGraphTypeInfo to retrieve information about the type of the specified chart.
BOOL CRPE_API PEGetGraphTypeInfo (
short printJob,
short sectionN,
short graphN,
PEGraphTypeInfo FAR * graphTypeInfo );
Specifies the print job for which you want to retrieve chart type information. | |
Specifies the number of the section in which the chart appears. This parameter should be within the range obtained by PEGetNSections. | |
Specifies for which chart within the section you want to retrieve the type. This value is 0 | |
Specifies a pointer to PEGraphTypeInfo, which will contain the retrieved information. |
Declare Function PEGetGraphTypeInfo Lib "crpe32.dll" (
ByVal printJob As Integer, ByVal sectionN As Integer,
ByVal graphN As Integer, graphTypeInfo As PEGraphTypeInfo ) As Integer
function PEGetGraphTypeInfo (
printJob : Smallint;
sectionN : Smallint;
graphN : Smallint;
var graphTypeInfo : PEGraphTypeInfo): Bool; {$ifdef WIN32} stdcall; {$endif}
Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |